Class BaseConfig

Summary

Fully Qualified Name: CodeIgniter\Config\BaseConfig

Description

Class BaseConfig

Not intended to be used on its own, this class will attempt to automatically populate the child class' properties with values from the environment.

These can be set within the .env file.

Methods

Name Description Defined By
__construct() Will attempt to get environment variables with names that match the properties of the child class. BaseConfig

Method Details

__construct()

Will attempt to get environment variables with names that match the properties of the child class.

The "shortPrefix" is the lowercase-only config class name.

Returns:

Top